var runtime.modulesSlice

3 uses

	runtime (current package)
		symtab.go#L414: var modulesSlice *[]*moduledata // see activeModules
		symtab.go#L427: 	p := (*[]*moduledata)(atomic.Loadp(unsafe.Pointer(&modulesSlice)))
		symtab.go#L485: 	atomicstorep(unsafe.Pointer(&modulesSlice), unsafe.Pointer(modules))